This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
We did couple of changes in the code and is worked fine.
We have used C API function "NSFNotesVerifySignature" in the code.
Syntex for that function is as below:
STATUS LNPUBLIC NSFNotesVerifySignature(
NOTEHANDLE hNote,
char far *SignatureItemName,
TIMEDATE far *retWhenSigned,
char far *retSigner,
char far *retcertifier)
We have declared hNote as an integer and retSigner,retcertifier as CONST 256
this caused overflow error message. We have changed the type as Long for hNote and changed CONST value to 255.
May be in release 9,they could have change the maximum character supported for char type to 255.
Thanks for all, who sapred some time for me in finding out this solution.
Feedback response number WEBB9VVHDF created by ~Vanessa Kiresamanoden on 04/24/2015